home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
GREET
/
GREETS2.DIR
/
Internal_90.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-01
|
314 b
|
17 lines
on exitFrame
global gRewind
if not soundBusy(2) then
if not gRewind then
set gRewind to the ticks + 360
else
if the ticks < gRewind then
go(the frame)
else
set gRewind to 0
puppetTransition(51, 1)
go(the frame + 1)
end if
end if
end if
end